home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for functions defined in
- IO.c
- */
-
- void InitDiskNames(void);
-
- void SetSaveName(void);
-
- void SaveKeys(void);
-
- void SaveAllFloppies(struct List * );
-
- void SaveFloppy(struct Floppy * );
-
- void SaveRecord(struct Record * );
-
- void DoSave(void);
-
- void DoSaveAs(void);
-
- void LoadKeys(void);
-
- short LoadAllFloppies(struct List * );
-
- void DoLoad(void);
-
- void DoPrintAll(void);
-
- void DoPrintTitles(void);
-
- void DoPrintContents(void);
-
- void DoPrintMatch(void);
-
- void DoPrintFInfo(void);
-
-